<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html{
    scroll-behavior: smooth;
}

.aoutpages{
    padding: 40px 0;
}

.aboutpages-nav{
    height: 80px;
    box-shadow: 0px 0px 20px rgba(3,3,3,0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.aboutpages-ul{
    display: flex;
    align-items: center;
}

.aboutpages-li{
    cursor: pointer;
    font-size: 18px;
    color: #1d2736;
    margin: 0 40px;
}

.aboutpages-li:first-child{
    margin-left: 0;
}

.aboutpages-li:hover{
    color: #e6212a;
}

.reds{
    color: #e6212a;
}

.blacks{
    color: #1d2736;
}

.aboutpages-outline{
    margin-top: 70px;
}

.outline-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.outline-p1{
    font-size: 24px;
    color: #999999;
}

.outline-p2{
    font-size: 42px;
}

.outline-bottom{
    width: 100%;
    /*background: url(../images/gsgk.jpg) no-repeat;*/
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: -50px;
    z-index: -1;
}

.outlinetop-y{
	display: none;
}

.outlineico img{
	max-width: 100%;
}

.outlineword{
    flex: 1;
    padding-left: 80px;
    padding-right: 40px;
}

.outline-title{
    font-size: 32px;
    color: #1d2736;
}

.outline-pp{
    font-size: 20px;
    margin-top: 5px;
}

.outlinedesc{
    font-size: 15px;
    line-height: 29px;
    color: #666666;
    margin-top: 30px;
    text-align: justify;
}

.Culture{
    width: 100%;
    height: auto;
    background: url(../images/tjwh_bg.jpg) left bottom no-repeat;
    display: none;
}

.Culture-container{
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}

.Culture-ul{
    display: flex;
    align-items: center;
}

.Culture-li{
    margin-left: 40px;
    position: relative;
}

.Culture-word{
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
}

.Cultrue-white{
    width: 276px;
    height: 98px;
    border-radius: 10px;
    background: rgba(255,255,255,0.9);
    padding: 30px 20px 10px 20px;
}

.Cultrue-white{
    position: relative;
}

.Cultrue-key{
    position: absolute;
    top: -20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6212A;
    padding: 5px;
    font-size: 24px;
    color: #fff;
    border-radius: 5px;
}

.honors{
    padding-top: 80px;
    display: none;
}

.honors-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.honors-right{
    text-align: right;
    font-size: 15px;
    line-height: 32px;
    color: #1d2736;
}

.honors-bottom{
    width: 100%;
    height: 520px;
    background: url(../images/ryjz.jpg) center no-repeat;
}

.honors-swiper{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.swiperimg{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

.swiperimg img{
    width: 200px;
}

.honors-slidep{
    font-size: 18px;
    color: #ffffff;
    margin-top: 25px;
    text-align: center;
}

.prev2{
    width: 33px;
    height: 33px;
    cursor: pointer;
    z-index: 10;
    background: #DDD url(../images/prev.png) no-repeat;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    background-size: 100%;
}

.prev2:hover{
    background: #E6212A url(../images/prev.png) no-repeat;
    background-size: 100%;
}
.next2:hover{
    background: #E6212A url(../images/next.png) no-repeat;
    background-size: 100%;
}

.prev2:focus{
    outline: 0;
}

.next2{
    width: 33px;
    height: 33px;
    cursor: pointer;
    z-index: 10;
    background: #DDD url(../images/next.png) no-repeat;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    background-size: 100%;
}

.next2:focus{
    outline: 0;
}

.partner{
    padding-top: 80px;
    display: none;
}

.partner-top{
    text-align: center;
}

.partner-ul{
    display: flex;
    align-items: center;
}

.partner-li{
    width: 17%;
    height: 166px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

.partner-li:last-child{
    border-right: 0;
}

.partner-li img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.3s;
    cursor: pointer;
}

.partner-li:hover img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.environment-swiper{
    position: relative;
}

.environment-bottom{
    margin-top: 40px;
}

.swiperpic{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    overflow: hidden;
}

.swiperpic img{
    max-width: 100%;
    max-height: 100%;
    transition: all 1s;
}

.environment-slidep{
    background: #fff;
    position: relative;
    z-index: 2;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    transition: all .5s;
    margin-bottom: 20px;
}

.slide-card{
    width: 100%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

.slide-card:hover .swiperpic img{
    transform: scale(1.1);
}

.slide-card:hover .environment-slidep{
    background: #e6252e;
    color: #fff;
}

.environment{
	margin-top: 40px;
}</pre></body></html>